oracle 表字段新增、修改、删除、重命名以及表重命名
增加字段语法:alter table 表名 add (字段名 字段类型 默认值 是否为空); 例: 修改字段的语法:alter table 表名 modify (字段名 字段类型 默 ...
增加字段语法:alter table 表名 add (字段名 字段类型 默认值 是否为空); 例: 修改字段的语法:alter table 表名 modify (字段名 字段类型 默 ...